home *** CD-ROM | disk | FTP | other *** search
- # users.properties
- # This file contains a list of user names and their corresponding
- # encrypted password. The format is:
- #
- # user.{username}={encrypted password}
- #
- # Each user can also be part of a group. Groups are defined in the
- # following way:
- #
- # group.{group name}={list of users}
- #
- # The list consists of user names separated by a comma. To specify
- # all users use a wildcard character (*)
- #
- # Users and groups can also be part of a role. Roles are defined
- # in the following way:
- #
- # role.{role name}={list of users and/or groups}
- #
- # Users are specified by prepending "user." to the user name, while
- # groups are specified by prepending "group." to the group name. If
- # no prefix is given the name will be searched for as a user first
- # then as a group. To specify all users use a wildcard character (*).
-
- group.all=*
- role.user=all